Garbage Collection
Problems
Performance: total per-object allocation costs can be large, especially when working with large amounts of data
Big annoyance: current Java garbage collectors can "lock-up" the program for long periods during collection, when working with large amounts of data

Return to Tracks